/* general styles */
html {
    background-color: #785C48;
    color: #DDCFC4;
    font-family: "Glegoo", serif;
}

body{
    max-width: 830px;
    margin: auto;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(10%);
}

.Part {
    margin-top: 400px;
    margin-bottom: 500px;
    padding-top: 100px;
    text-decoration: none;
}

#PartOne {
    margin-top: 100px;
}

p{
    max-width: 830px;
    text-align: right;
}

a {
    color:#DDCFC4;
    text-decoration: none; 
    border: #Dcc4b4 solid 1px;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
}

/* main header */
.MainHeader {
    text-align: center;
    font-style: italic;
    margin-top: 50px;
}

/* Nav */
.Nav {
    position: sticky;
    text-align: center;
}

.Nav a {
    color: #Dcc4b4;
    text-decoration: none;
    font-size: 10px;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    border: none;
}

.Nav-list {
    list-style-type: none;
    padding: 10px;
}

.Nav-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
    border: #Dcc4b4 solid 1px;
    border-radius: 20px;
}

#home {
    background-color: #6a5444;
    border: #6a5444 solid 1px;
}